﻿.play {
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    opacity: 0.2;
    transition: all 0.6s;
    z-index: 99;
}

    .play .icon {
        width: 100%;
        height: 100%;
        fill: #FFF;
    }

        .play:hover {
            opacity: 0.6;
        }

nav {
    display: none;
}

.main {
    position: fixed;
    top:0.3rem;
    width: 100%;
    height: auto;
    text-align: center;
}

    .main .log {
        width: 3.0rem;
        height: auto;
        cursor: pointer;
    }

        .main .log:hover {
            animation: my_mh 15s infinite;
        }

    .main .position {
        margin: 0.2rem auto;
        position: relative;
    }

        .main .position .title {
            font-size: 0.16rem;
            text-shadow: 0.02rem 0.02rem 0.02rem #333;
        }

        .main .position .province {
            font-size: 0.14rem;
            display: inline-block;
            padding: 0.02rem 1%;
            vertical-align: top;
            text-align: left;
            cursor: pointer;
            text-shadow: 0.02rem 0.02rem 0.02rem #333;
        }

            .main .position .province:hover .menu {
                display: block;
            }

        .main .position .menu {
            display: none;
            position: absolute;
            max-width: 70%;
            background-color: rgba(0,0,0,0.5);
            margin-top: 0.02rem;
            padding: 0.1rem 0.1rem;
        }

        .main .position .city {
            font-size: 0.12rem;
            color: #aaa;
            margin: 0rem 0.1rem;
        }

            .main .position .city a {
                font-size: 0.12rem;
                color: #FFF;
                margin: 0rem 0.05rem;
                transition: 0.5s all;
            }
                .main .position .city a:hover {
                    color: #ff6a00
                } 
.icons {
    position: fixed;
    right: 0;
    top: 0.05rem;
    text-align: center;
    z-index:99;
}

    .icons div {
        float: right;
        margin: 0.1rem 0.15rem;
    }

        .icons div:hover h2, .icons div:hover svg {
            color: #ff6a00;
            fill: #ff6a00;
        }

    .icons h2 {
        color: #fff;
        font-size: 0.15rem;
        font-weight: normal;
        margin: 0;
        text-shadow: 0.01rem 0.01rem 0.02rem #808080;
        transition: 1s all;
    }

    .icons svg {
        width: 0.35rem;
        height: 0.35rem;
        fill: #FFF;
        -webkit-font-smoothing: subpixel-antialiased;
        transition: 1s all;
    }

.search {
    width: 3rem;
    margin: auto !important;
}
    .search:hover svg {
        fill: rgba(255, 255, 255,0.6);
    }
    .search:hover input {
        border-bottom: 0.01rem solid rgba(255, 255, 255,0.6);
    }
    .search svg {
        width: 0.25rem;
        height: 0.25rem;
        fill: rgba(255, 255, 255,0.6);
        -webkit-font-smoothing: subpixel-antialiased;
        transition: 1s all;
        right: 0.34rem;
        top: 0.05rem;
    }

    .search input {
        border-bottom: 0.01rem solid rgba(255, 255, 255,0.3);
        width: 2rem;
        height: 0.22rem;
        font-size: 0.13rem;
        color: rgba(255, 255, 255,1);
        transition: 1s all;
        text-align:center;
    }

        .search input::-webkit-input-placeholder {
            color: rgba(255, 255, 255,0.5);
            font-size: 0.11rem;
        }

.footer {
    position: fixed;
    bottom: 0;
/*    width: 70%;*/
    height: 0.4rem;
    z-index: 51;
}

    .footer .navigation {
        background: rgba(0,0,0,0.5);
        float: left;
        min-width: 5rem;
        height: 100%;
        padding: 0 0.2rem;
    }
        .footer .navigation .sort {
            float: left;
            padding: 0.12rem 0.15rem;
        }
            .footer .navigation .sort > a {
                color: #FFF;
                font-size: 0.13rem;
                font-weight: 400;
                text-shadow: 0.01rem 0.01rem 0.01rem #353535;
            }
            .footer .navigation .sort:hover {
                background: rgba(0,0,0,0.3);
            }
                .footer .navigation .sort:hover > a {
                    color: #ff6a00;
                }
        .footer .navigation .info {
            background-color: rgba(0,0,0,0.2);
            position: absolute;
            bottom: 0.4rem;
            left: 0;
            height: 0;
            width: 5rem;
            transition: 1s all;
            padding: 0rem 0.2rem;
            overflow: hidden;
        }

        .footer .navigation .sort:hover > .info {
            height: 4.2rem;
        }

        .footer .navigation .sort .info .list {
            padding: 0.2rem 0 0 0;
            height: 5.73rem;
            margin: 0;
            overflow: auto;
            width: 5rem;
        }

            .footer .navigation .sort .info .list::-webkit-scrollbar {
                display: none;
            }

        .footer .navigation .sort .info .desc {
            margin: 0;
            font-size: 0.12rem;
            font-weight: 100;
            background-color: rgba(0,0,0,0.2);
            text-align: center;
            padding: 0.05rem 0;
            height: auto;
        }
    .footer .righthorn {
        border-bottom: 0.8rem solid rgba(0,0,0,0.5);
        border-right: 1rem solid transparent;
        float: left;
        width: 0;
        height: 0;
    }

.QRCode {
    position: fixed;
    right: 0.1rem;
    bottom: 0.78rem;
}

    .QRCode > div {
        text-align: center;
        cursor: pointer;
        background: rgba(0,0,0,0.3);
        padding: 0.1rem;
        display: table-cell;
    }

        .QRCode:hover > div {
            background: rgba(0,0,0,0);
        }
         
            .QRCode > div:hover img {
                width: 2rem;
            }

            .QRCode > div:hover h5 {
                font-size: 0.15rem;
                margin: 0.05rem 0;
            }

    .QRCode img {
        width: 0.8rem;
        transition: 0.6s all;
    }

    .QRCode h5 {
        margin: 0rem 0;
        transition: 0.6s all;
    }


.waplist .item .row0 {
    width: 96%;
    margin: auto;
}